.cbp-fwslider {
	position: relative;
	margin: 0 0 10px;
	overflow-x: hidden;
	overflow-y:visible;
	padding: 0px 0 0px;
}

.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
	display: block;
	text-align: left;
	outline: none;
}

.cbp-fwslider ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
	width:100%;
	max-width: 100%;
}


.cbp-fwslider .hd{ height:11px;  position:absolute; z-index:1; bottom:25px;text-align:center;  }
.cbp-fwslider .hd ul{ display:inline-block; height:5px; padding:3px 5px; font-size:0; vertical-align:top;}
.cbp-fwslider .hd ul li{ display:inline-block; width:10px; height:10px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#ccc; text-indent:-9999px; overflow:hidden; margin:0 6px;}
.cbp-fwslider .hd ul .on{ background:#ea5503;  }
.cbp-fwslider .bd{ position:relative; z-index:0;text-align:center; }
.cbp-fwslider .bd li img{ width:100%; background:url(../images/loading.gif) center center no-repeat;  }
.cbp-fwslider .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* È¡ÏûÁ´½Ó¸ßÁÁ */  }



.cbp-fwslider nav span.next {
	right: 0px;
	width:40px;
	height:48px;
	background:url(../images/index/right.jpg) no-repeat;
}

.cbp-fwslider nav span.prev {
	left: 0px;
	width:40px;
	height:48px;
	background:url(../images/index/left.jpg) no-repeat;
}

.cbp-fwdots span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ffffff;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 0 2px #ffffff;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

.cbp-fwdots span:hover {
	background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
	background:#999;
	box-shadow: 0 0 0 2px #999;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

@media (max-width:319px){
	.cbp-fwslider nav span {
		position: absolute;
		top: 50%;
		width: 22px;
		height: 28px;
		background: #000000;
		color: #fff;
		font-size: 20px;
		text-align: center;
		margin-top: -20px;
		line-height: 28px;
		cursor: pointer;
		font-weight: normal;
	}
	.cbp-fwslider-text{
		width:100%;
		background-color:#000000;
		overflow:hidden;
		height:60px;
	}
	.cbp-fwslider .hd{ width:100%; height:11px;  position:absolute; z-index:1; bottom:15px; right:0; text-align:center;  }
	.size-h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 28px;
		line-height: 1.28571rem;
		padding: 0.625rem 0 .625rem;
		margin: 0;
	}
	.cbp-fwslider-text h2{
		color:#FFFFFF;
		text-decoration:none;
		padding-top: 0.625rem;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		height:30px;
		overflow:hidden;
	}
	
	.cbp-fwslider-text p{
		color:#FFFFFF;
		text-decoration:none;
		padding-left: 0.75rem;
		font-size: 12px;
		font-size: 0.75rem;
	}
	
	.cbp-fwdots {
		position: absolute;
		bottom: 90px;
		right:10px;
		white-space: nowrap;
		text-align: center;
		display:none;
	}
}

@media (min-width:320px) and (max-width:767px){
	.cbp-fwslider nav span {
		position: absolute;
		top: 50%;
		width: 32px;
		height: 32px;
		background: #000000;
		color: #fff;
		font-size: 30px;
		text-align: center;
		margin-top: -30px;
		line-height: 32px;
		cursor: pointer;
		font-weight: normal;
	}
	.cbp-fwslider-text{
		width:100%;
		background-color:#000000;
		overflow:hidden;
		height:60px;
	}
	.cbp-fwslider .hd{ width:100%; height:11px;  position:absolute; z-index:1; bottom:15px; right:0; text-align:center;  }
	.size-h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 28px;
		line-height: 1.28571rem;
		padding: 0.625rem 0 .325rem;
		margin: 0;
	}
	.cbp-fwslider-text h2{
		color:#FFFFFF;
		text-decoration:none;
		padding-top: 0.625rem;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		height:30px;
		overflow:hidden;
		margin-top:10px;
	}
	
	.cbp-fwslider-text p{
		color:#FFFFFF;
		text-decoration:none;
		padding-left: 0.75rem;
		font-size: 12px;
		font-size: 0.75rem;
	}
	
	.cbp-fwdots {
		position: absolute;
		bottom: 10px;
		right:10px;
		white-space: nowrap;
		text-align: center;
		display:none;
	}
}

@media (min-width:768px) and (max-width:959px){
	.cbp-fwslider nav span {
		position: absolute;
		top: 50%;
		width: 42px;
		height: 48px;
		background: #000000;
		color: #fff;
		font-size: 30px;
		text-align: center;
		margin-top: -30px;
		line-height: 48px;
		cursor: pointer;
		font-weight: normal;
	}
	.cbp-fwslider-text{
		width:100%;
		background-color:#000000;
		overflow:hidden;
	}
	.cbp-fwslider .hd{ width:100%; height:11px;  position:absolute; z-index:1; bottom:25px; right:0; text-align:center;  }
	.size-h3 {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 28px;
		line-height: 1.75rem;
		padding: 1rem 0 .325rem;
		margin: 0;
	}
	.cbp-fwslider-text h2{
		color:#FFFFFF;
		text-decoration:none;
		padding-top: 0.875rem;
		padding-left: 1.125rem;
	}
	
	.cbp-fwslider-text p{
		color:#FFFFFF;
		text-decoration:none;
		padding-left: 1.125rem;
		font-size:0.875rem;
	}
	
	.cbp-fwdots {
		position: absolute;
		bottom: 10px;
		right:10px;
		white-space: nowrap;
		text-align: center;
	}
}

@media (min-width: 960px){
	.cbp-fwslider nav span {
		position: absolute;
		top: 50%;
		width: 42px;
		height: 48px;
		background: #000000;
		color: #fff;
		font-size: 50px;
		text-align: center;
		margin-top: -50px;
		line-height: 48px;
		cursor: pointer;
		font-weight: normal;
	}
	.cbp-fwslider-text{
		position:absolute;
		bottom: 0px;
		width:100%;
		background-color:#000000;
		overflow:hidden;
	}
	.cbp-fwslider .hd{ width:100%; height:11px;  position:absolute; z-index:1; bottom:25px; right:0; text-align:center;  }
	.size-h3 {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 28px;
		line-height: 1.75rem;
		padding: 1rem 0 .325rem;
		margin: 0;
	}
	.cbp-fwslider-text h2{
		color:#FFFFFF;
		text-decoration:none;
		padding-top: 14px;
		padding-left: 18px;
	}
	.cbp-fwslider-text p{
		color:#FFFFFF;
		text-decoration:none;
		padding-left: 18px;
		font-size:0.875rem;
	}
	.cbp-fwslider ul {
		white-space: nowrap;
	}
	
	.cbp-fwdots {
		position: absolute;
		bottom: 10px;
		right:10px;
		white-space: nowrap;
		text-align: center;
	}
}